home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / fightingschool.swf / scripts / frame_234 / PlaceObject2_166_87 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-06-09  |  422b  |  22 lines

  1. onClipEvent(enterFrame){
  2.    if(0 >= _root.enecnt and _root.helpgo == false)
  3.    {
  4.       _root.helpgo = true;
  5.       _root.BG_SCROLL = "RIGHT";
  6.    }
  7.    if(_root.helpgo == false)
  8.    {
  9.       this._visible = false;
  10.    }
  11.    else
  12.    {
  13.       this._visible = true;
  14.    }
  15.    if(_root.stepcnt == 0 and _root.helpgo == true)
  16.    {
  17.       _root.helpgo = false;
  18.       _root.BG_SCROLL = "NO";
  19.       _root.Play();
  20.    }
  21. }
  22.